home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id007.dxr / 00221.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  150 b   |  11 lines

  1. on exitFrame
  2.   handcursor(13)
  3.   handcursor(12)
  4.   if the timer < 720 then
  5.     go(the frame)
  6.   else
  7.     startTimer()
  8.     go(the frame + 1)
  9.   end if
  10. end
  11.